

<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>访问受限</title>
    <style>
        .box { width: 550px; height: 200px; background-color: #e9f1f8; position: absolute; left:50%; top: 150px; margin-left: -270px; border-radius: 10px}
        .box ul li { line-height: 30px;color: #6f8ba3; margin-bottom: 10px;}
        section{width: 80%; margin: 0 auto; position: relative; top:5vh}
        section header {width: 100%; text-align: center; }
        section header div {text-align:center; margin-bottom: 10px;}
        section header div b {font-size: 60px; font-weight:bold; color: #e9f1f8; margin-right: 10px}
        section header div span {color: #6f8ba3}
        section header h1 {display: inline-block; font-weight: normal; color: #6f8ba3; margin-right: 10px; margin: 0;padding: 0;}
        section header strong {font-weight: normal;color: #6f8ba3; }
        section main { width: 500px; margin: 0 auto;}
        section main p { width: 350px; height: 140px; font-size: 14px; line-height: 25px; overflow: hidden; position: absolute; top:140px; left:50%; top: 140px; margin-left: -180px;}
        footer {width: 100%; height: 30px; position: fixed; bottom:0; text-align: center; background-color: #e9f1f8; line-height: 30px; font-size: 12px;color: #6f8ba3}
        footer a {font-size: 12px;color: #6f8ba3}
    </style>
</head>
<body>

    <section>
        <header>
            <div><b>Warning</b><span>访问受限</span></div>
            <h1>您的访问请求已被限制</h1>
        </header>
        <div class="box">

            <ul>
                <li>您所在的网络环境存在高危风险<br/>
                The network environment you are in poses a high-risk threat.</li>
                <li>您的IP地址已被列入黑名单<br/>
                Your IP address has been blacklisted.</li>
                <li>设备标识：ISP-WAF</li>
            </ul>

        </div>

    </section>

    <footer>Power by HongKong CDN</footer>

</body>
</html>

<script>


</script>